Skip to content

build(deps): bump dotnet-sdk from 10.0.202 to 10.0.203#5150

Merged
jamescrosswell merged 1 commit intomainfrom
dependabot/dotnet_sdk/dotnet-sdk-10.0.203
Apr 27, 2026
Merged

build(deps): bump dotnet-sdk from 10.0.202 to 10.0.203#5150
jamescrosswell merged 1 commit intomainfrom
dependabot/dotnet_sdk/dotnet-sdk-10.0.203

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 21, 2026

Bumps dotnet-sdk from 10.0.202 to 10.0.203.

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [dotnet-sdk](https://github.com/dotnet/sdk) from 10.0.202 to 10.0.203.
- [Release notes](https://github.com/dotnet/sdk/releases)
- [Commits](https://github.com/dotnet/sdk/commits)

---
updated-dependencies:
- dependency-name: dotnet-sdk
  dependency-version: 10.0.203
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added Dependencies Pull requests that update a dependency file dotnet_sdk_package_manager Pull requests that update dotnet_sdk_package_manager code labels Apr 21, 2026
@dependabot dependabot Bot requested a review from jamescrosswell as a code owner April 21, 2026 22:18
@dependabot dependabot Bot added the dotnet_sdk_package_manager Pull requests that update dotnet_sdk_package_manager code label Apr 21, 2026
@dependabot dependabot Bot requested a review from Flash0ver as a code owner April 21, 2026 22:18
@Flash0ver
Copy link
Copy Markdown
Member

Rerun: build / .NET (win-arm64)

Error: C:\Program Files\dotnet\packs\Microsoft.Android.Sdk.Windows\36.1.53\tools\Xamarin.Android.EmbeddedResource.targets(40,5): error XARLP7024:

The file is locked by: ".NET Host (6948)". [C:\a\sentry-dotnet\sentry-dotnet\src\Sentry.Maui\Sentry.Maui.csproj::TargetFramework=net10.0-android36.0]
System.IO.IOException: The process cannot access the file 'C:\a\sentry-dotnet\sentry-dotnet\src\Sentry\bin\Release\net10.0-android36.0\Sentry.aar' because it is being used by another process. [C:\a\sentry-dotnet\sentry-dotnet\src\Sentry.Maui\Sentry.Maui.csproj::TargetFramework=net10.0-android36.0]
   at Microsoft.Win32.SafeHandles.SafeFileHandle.CreateFile(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options) [C:\a\sentry-dotnet\sentry-dotnet\src\Sentry.Maui\Sentry.Maui.csproj::TargetFramework=net10.0-android36.0]
   at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode) [C:\a\sentry-dotnet\sentry-dotnet\src\Sentry.Maui\Sentry.Maui.csproj::TargetFramework=net10.0-android36.0]
   at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode) [C:\a\sentry-dotnet\sentry-dotnet\src\Sentry.Maui\Sentry.Maui.csproj::TargetFramework=net10.0-android36.0]
   at System.IO.Strategies.FileStreamHelpers.ChooseStrategyCore(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode) [C:\a\sentry-dotnet\sentry-dotnet\src\Sentry.Maui\Sentry.Maui.csproj::TargetFramework=net10.0-android36.0]
   at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share) [C:\a\sentry-dotnet\sentry-dotnet\src\Sentry.Maui\Sentry.Maui.csproj::TargetFramework=net10.0-android36.0]
   at Microsoft.Android.Build.Tasks.Files.HashFile(String filename, HashAlgorithm hashAlg) [C:\a\sentry-dotnet\sentry-dotnet\src\Sentry.Maui\Sentry.Maui.csproj::TargetFramework=net10.0-android36.0]
   at Microsoft.Android.Build.Tasks.Files.HashFile(String filename) [C:\a\sentry-dotnet\sentry-dotnet\src\Sentry.Maui\Sentry.Maui.csproj::TargetFramework=net10.0-android36.0]
   at Xamarin.Android.Tasks.ResolveLibraryProjectImports.Extract(IDictionary`2 jars, ICollection`1 resolvedResourceDirectories, ICollection`1 resolvedAssetDirectories, ICollection`1 resolvedEnvironments, ICollection`1 proguardConfigFiles, ICollection`1 extractedDirectories) [C:\a\sentry-dotnet\sentry-dotnet\src\Sentry.Maui\Sentry.Maui.csproj::TargetFramework=net10.0-android36.0]
   at Xamarin.Android.Tasks.ResolveLibraryProjectImports.RunTask() [C:\a\sentry-dotnet\sentry-dotnet\src\Sentry.Maui\Sentry.Maui.csproj::TargetFramework=net10.0-android36.0]
   at Microsoft.Android.Build.Tasks.AndroidTask.Execute() [C:\a\sentry-dotnet\sentry-dotnet\src\Sentry.Maui\Sentry.Maui.csproj::TargetFramework=net10.0-android36.0]

@jamescrosswell jamescrosswell merged commit 5c50fb6 into main Apr 27, 2026
63 of 64 checks passed
@jamescrosswell jamescrosswell deleted the dependabot/dotnet_sdk/dotnet-sdk-10.0.203 branch April 27, 2026 22:24
jamescrosswell pushed a commit that referenced this pull request Apr 30, 2026
Bumps [dotnet-sdk](https://github.com/dotnet/sdk) from 10.0.202 to 10.0.203.
- [Release notes](https://github.com/dotnet/sdk/releases)
- [Commits](https://github.com/dotnet/sdk/commits)

---
updated-dependencies:
- dependency-name: dotnet-sdk
  dependency-version: 10.0.203
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Dependencies Pull requests that update a dependency file dotnet_sdk_package_manager Pull requests that update dotnet_sdk_package_manager code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants